Neither of those are working. The "say" and "iprintln" lines aren't showing up either, double.
Even just a simple script like this one isn't doing anything
main: if(level.mod_run) end level.mod_run = 1 local.result = registerev "servercommand" global/servercommandhandler.scr::servercommand end servercommand local.player local.command local.args: if (local.command == "callvote") { local.text = (local.command + " " + local.args) local.player stufftext local.text } if (local.command == "map") { local.text = (local.command + " " + local.args) wait 3 stuffsrv local.text } end



Reply With Quote
